home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Textdisplayers / JMore / Source / openlib.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-27  |  213 b   |  16 lines

  1. /*
  2.  *    openlib.h
  3.  *    H.Ohkubo Aug. 4, 1992
  4.  */
  5.  
  6. #ifndef    _OPENLIB_H_
  7. #define    _OPENLIB_H_
  8.  
  9. extern    struct IntuitionBase *IntuitionBase;
  10. extern    struct GfxBase    *GfxBase;
  11.  
  12. BOOL    OpenLib(VOID);
  13. VOID    CloseLib(VOID);
  14.  
  15. #endif
  16.